home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Shareware / Comunicaciones / PPP Connect 1.2 / PPP-Connect 1.2 ƒ / PPP_Connect_Docs next >
Encoding:
Text File  |  1996-12-04  |  4.8 KB  |  145 lines

  1. PPP-Connect 1.2
  2. David Ray, 12/4/96
  3.  
  4. Description:
  5.  
  6. Many people who use MacOs 7.5.5 and who use PPP for their modem-based
  7. Internet connection, have a choice between the most popular PPP
  8. software, which currently includes OpenTransport/PPP and FreePPP.
  9. FreePPP was already in use before OT/PPP came out. When OT/PPP became
  10. available, many people saw some speed improvements, but they went back
  11. to FreePPP because the interface provides an easier way to dial in from
  12. various locations.
  13.  
  14. This AppleScript lets you use OpenTransport/PPP while providing an
  15. interface similar to FreePPP. It includes the ability to choose "sets"
  16. that contain your location, dialup phone number, TCP/IP setting, and
  17. login name. There are several optional features such as saving password
  18. and quiet mode.
  19.  
  20. The script is distributed in 2 versions. The standard version runs on
  21. all machines (68k & PPC) and requires the user to initially set up
  22. the dialing information. Menus allow adding/editing/removing locations
  23. and accounts. 
  24.  
  25. The "enhanced " version of the script, designated by a "+" at the end
  26. of the file name, has an additional feature of being able to
  27. automatically obtain all location and account information from FreePPP
  28. settings, so that people who already use FreePPP can switch between
  29. FreePPP and OT/PPP without having to re-enter data. The enhanced
  30. version requires additional software as listed below and only runs on
  31. PPC machines.
  32.  
  33.  
  34. Files with this distribution:
  35. PPP-Connect             The program
  36. PPP-Connect +           Alternate version of the program with extra features
  37. PPP-Disconnect          Simple script to disconnect from the Internet
  38. PPP_Connect_Docs        Documentation
  39.                         
  40.                         
  41. Instructions:
  42.  
  43. - Select one of the two versions of the program based on the description above.
  44. - Make sure all the necessary Scripting Additions and software are installed
  45. - Double-click on the program when you are ready to connect to the Internet
  46.  
  47.  
  48. System Requirements:
  49.  
  50. MacOs 7.5.5 or higher
  51. OT 1.1.1 or higher
  52. OT/PPP 1.0 or higher
  53. AppleScript 1.1 or higher
  54.  
  55. With the following OSAXen (Scripting Additions) installed:
  56.  
  57. "Password":
  58. <ftp://ftp-2.amug.org//info-mac/dev/osa/password-dialog-osax.hqx>
  59. (included in private distribution)
  60.  
  61. "TCP Config":
  62. <ftp://ftp-2.amug.org//info-mac/dev/osa/tcp-config-10-osax.hqx>
  63. (included in private distribution)
  64.  
  65. "Choose from list"
  66. Distributed as part of the excellent GTQ Scripting Library
  67. <ftp://ftp-2.amug.org//info-mac/dev/gtq-scripting-lib-12-as.hqx>
  68. (included in private distribution)
  69.  
  70. "Jons Commands"
  71. <ftp://ftp-2.amug.org//info-mac/dev/osa/jons-commands-18-osax.hqx>
  72. (included in private distribution)
  73.  
  74. "File Commands", "Display Dialog", and "Coose Files and Folders"
  75. Included in the AppleScript 1.x distribution
  76.  
  77. "PPP Commands"
  78. Included in the OT/PPP 1.0 distribution
  79.  
  80. Also needed for the "enhanced version" to grab previous FreePPP settings:
  81.  
  82. FreePPP 2.5v2, preinstalled and configured.
  83.  
  84. "Extract Resource"
  85. Distributed as part of the excellent GTQ Scripting Library
  86. <ftp://ftp-2.amug.org//info-mac/dev/gtq-scripting-lib-12-as.hqx>
  87.  
  88. MacPerl v.5.10r2 or later:
  89. <ftp://err.ethz.ch/pub/neeri/MacPerl/Mac_Perl_510r2_appl.bin>
  90.  
  91.  
  92. Wish List (Coming Soon):
  93.  
  94. 1) An OSAX for a dialog box that allows more than 3 buttons
  95. 2) An updated version of "Choose from List" OSAX
  96. 3) Scripting additions that allow choosing different Modem and PPP
  97.    control panel settings
  98. 4) A way to dial up with CCL scripts through AppleScript
  99.  
  100.  
  101. Caveats:
  102.  
  103. 1) If you export the text of the script and recompile it,
  104. you lose all your previous settings.
  105.  
  106. 2) The modem settings, such as error correction, header compression,
  107. etc. currently cannot be used through AppleScript. The modem uses the
  108. settings of the current "set", and ignores any dialup/CCL script.
  109. Currently there is no way to access or change these settings through
  110. AppleScript.
  111.  
  112.  
  113. Feedback:
  114.  
  115. Please send praises, bug reports, correspondence regarding PPP-Connect to
  116. daver@idiom.com.
  117.  
  118.  
  119. Legal Stuff:
  120.  
  121. PPP Connect, Version 1.2, 12/4/96
  122. Written and copyright by David Ray 1996,
  123. all rights reserved. Permission is hereby granted for this code to
  124. be used by public domain, provided that the copyright and credits
  125. remain in the code.
  126.  
  127.  
  128. Version History:
  129.  
  130. Version 1.2: First public release.
  131.  
  132. Version 1.1.2: Private release, bug fixes and feature enhancements.
  133.    Added menu to add/edit/delete locations and accounts.
  134.    Changed distribution to include regular and enhanced version.
  135.    
  136. Version 1.1.1: First private release for evaluation. Added control for
  137.    TCP/IP settings, error handlers for features not yet implemented.
  138.  
  139. Version 1.1: Added support for grabbing FreePPP settings with MacPerl.
  140.    What a pain this was to program! I wish there was an easier way...
  141.    
  142. Version 1.0: Initial code. Supports multiple locations/dialups. Information
  143.    is hard-coded into properties before being compiled.
  144.    
  145.